home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Plugins / ArcSystem.XML < prev    next >
Text File  |  2004-06-17  |  4KB  |  92 lines

  1. <PlugInfo>
  2.   <Info Name="Arc System" Description="Plugin for work with Archive" Plugin="ArcSystem" />
  3. </PlugInfo>
  4.  
  5. <ArcPlug>
  6. <!--RAR;R00-->
  7.   <Item ProgID="ArcZipTV.Arc" UnPackExt="ACE;ARC;ARJ;BH;CAB;GZIP;GZ;TGZ;JAR;LHA;TAR;ZIP;ZOO;RAR;R00"
  8.     PackExt="BH;GZip;Jar;Lha;Cab;Tar;Zip" MultiVolume="False"/>
  9. </ArcPlug>
  10.  
  11. <ToolBar ProgID="FileSys.FileSystem">
  12.   <MenuItem Name="Pack" Command="Pack" ProgID="ArcSystem.ArcSystemCommand" >
  13.     <Param Name="Pack" value="True" />
  14.   </MenuItem>
  15. </ToolBar>
  16.  
  17. <Menu>
  18.   <SubMenu Caption="Options" Name="Options" >
  19.     <MenuItem Caption="Archives" Command="Archives" ProgID="ArcSystem.ArcSystemCommand" OrderID="900" />
  20.   </SubMenu>
  21. </Menu>
  22.  
  23. <Menu ProgID="FileMan.ListFileManagerCommand">
  24.   <SubMenu Caption="File">
  25.     <Separator OrderID="200" />
  26.     <MenuItem Caption="Pack" Command="Pack" Name="Pack" ShortCut="Shift+F1" ProgID="ArcSystem.ArcSystemCommand" OrderID="200" ImageIndex="8" >
  27.       <Param Name="Pack" value="True" />
  28.     </MenuItem>
  29.     <MenuItem Caption="Copy to Archive" Command="Pack" Name="PackTo" ShortCut="Alt+F5" ProgID="ArcSystem.ArcSystemCommand" OrderID="200" >
  30.       <Param Name="Pack" value="False" />
  31.     </MenuItem>
  32.     <MenuItem Caption="UnPack" Command="UnPack" ShortCut="Shift+F2" ProgID="ArcSystem.ArcSystemCommand" OrderID="200" />
  33.   </SubMenu>
  34. </Menu>
  35.  
  36. <Shells>
  37.   <ShellSystem Object="ArcSystem.ArcSystem" Extensions="ACE;ARC;ARJ;BH;CAB;GZIP;GZ;TGZ;JAR;LHA;RAR;TAR;ZIP;ZOO">
  38.     <Extended Enabled="True" Extensions="*" />
  39.   </ShellSystem>
  40. </Shells>
  41.  
  42. <FileManager>
  43.   <Info>
  44.     <Rows>
  45.       <Row name="ArcInfo" >
  46.         <Cell name="PackedCaption" align="client" alignment="right" text="Packed" />
  47.         <Cell name="Packed" align="right" alignment="right" width="64" text="#$Packed" />
  48.         <Cell name="RatioCaption" align="right" alignment="right" width="64" text="Ratio" />
  49.         <Cell name="Ratio" align="right" alignment="right" width="64" text="#$Ratio" />
  50.       </Row>
  51.     </Rows>
  52.     <Shells>
  53.       <Shell name="ArcSystem.ArcSystem" >
  54.         <Row name="FileInfo" />
  55.         <Row name="PanelInfo" />
  56.         <Row name="ArcInfo" />
  57.         <Row name="DiskInfo" />
  58.       </Shell>
  59.     </Shells>
  60.   </Info>
  61. </FileManager>
  62.  
  63. <HelpBar ProgID="ArcSystem.ArcSystem">
  64.   <Action Name="OpenList">
  65.     <Item Name="TipEnterArchive" Tip="You can enter the archives with non-standard extension by pressing <B>Ctrl+PgDown</B>" />
  66.   </Action>
  67. </HelpBar>
  68.  
  69. <Copiers>
  70.   <Copier Object="ArcSystem.ArcCopier" Source="FileSys.FileSystem" Dest="ArcSystem.ArcSystem" />
  71.   <Copier Object="ArcSystem.ArcCopier" Source="ArcSystem.ArcSystem" Dest="FileSys.FileSystem" />
  72. </Copiers>
  73.  
  74. <International>
  75.   <Language Name="English" Section="Archive">
  76.     <Item Name="UnpackerNotFound" Value="Unpacker %s not found! Set the path to unpacker." />
  77.     <Item Name="CantAddFilesToSelfExtract" Value="Can't add files to self extracting archive." />
  78.     <Item Name="Less" Value="&Less" />
  79.     <Item Name="More" Value="&More" />
  80.     <Item name="PackFile" value="Pack File" />
  81.     <Item name="PackFiles" value="Pack %s Files" />
  82.     <Item name="PackFile" value="Pack File" />
  83.     <Item name="ArchiveTo" value="Archiv&e To:  " />
  84.     <Item name="Select Folder" value="Select Folder" />
  85.     <Item name="ArcWithPassword" Caption="Archiving with Password" Prompt="Password"/>
  86.     <Item name="InputPassword" Caption="Input Password" Prompt="For File: "/>
  87.     <Item name="EnterPassword" value="Enter Password" />
  88.     <Item name="Pack" value="Compress to Archive" />
  89.     <Item name="UnPack" value="Extract from Archive" />
  90.     <Item name="Delete" value="Delete" />
  91.   </Language>
  92. </International>